projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afa0ebf
)
Don't use gtk_set_locale
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 17 Dec 2010 04:42:17 +0000
(23:42 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Dec 2010 17:07:02 +0000
(12:07 -0500)
tests/flicker.c
patch
|
blob
|
history
diff --git
a/tests/flicker.c
b/tests/flicker.c
index 738ff341c838fc1b06729cdb19871e054042f252..2bd53ce53e3b91c1dc47ee1ecbd810ed79789ab6 100644
(file)
--- a/
tests/flicker.c
+++ b/
tests/flicker.c
@@
-204,7
+204,6
@@
main (int argc, char *argv[])
{
GtkWidget *window1;
- gtk_set_locale ();
gtk_init (&argc, &argv);
window1 = create_flicker ();